var Statement (JScript 5.6)

Declares a variable.

var variable1 [ = value1 ] [, variable2 [ = value2], ...] 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also